home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / libndir / Read_Me < prev    next >
Encoding:
Text File  |  1986-02-01  |  602 b   |  11 lines

  1. The purpose of this library is to simulate the new flexable length
  2. directory names on top of the old directory structure. It allows
  3. programs to be converted to the new directory access interface, so
  4. that they need only be relinked when 4.2bsd becomes available.
  5.  
  6. The following files should be placed in /usr/src/lib/libndir; then run
  7. ``make'' followed by ``make install''. The manual page is available as
  8. ``man directory''. The library is accessed by specifying "-lndir" as the
  9. last argument to the compile line. (eg ``cc -o foo foo.c -lndir'')
  10. Report problems to mckusick@berkeley or ucbvax!mckusick.
  11.